home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 March / Disc 2 / APC0403D2.ISO / workshop / winscrip / files / epp211b_en.exe / template.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2003-06-28  |  107 b   |  9 lines

  1. #include <stdio.h>
  2.  
  3. int main(int argc, char *argv[])
  4. {
  5.     printf("Hello, world\n");
  6.     ^!
  7.     return 0;
  8. }
  9.